home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TSETLANGUAGE / TSETLANGUAGE.txt
Encoding:
Text File  |  1996-08-11  |  1.2 KB  |  63 lines

  1. object SetLanguage: TSetLanguage
  2.   Left = 272
  3.   Top = 412
  4.   BorderStyle = bsDialog
  5.   Caption = 'Oprionen | Sprache'
  6.   ClientHeight = 198
  7.   ClientWidth = 274
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object OKBtn: TButton
  16.     Left = 33
  17.     Top = 158
  18.     Width = 93
  19.     Height = 30
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.   end
  26.   object CancelBtn: TButton
  27.     Left = 140
  28.     Top = 158
  29.     Width = 92
  30.     Height = 30
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 16
  38.     Top = 16
  39.     Width = 241
  40.     Height = 129
  41.     Caption = 'Bitte w∩┐╜hlen:'
  42.     TabOrder = 2
  43.     object RadioButton1: TRadioButton
  44.       Left = 48
  45.       Top = 40
  46.       Width = 137
  47.       Height = 17
  48.       Caption = 'Englisch'
  49.       Checked = True
  50.       TabOrder = 0
  51.       TabStop = True
  52.     end
  53.     object RadioButton2: TRadioButton
  54.       Left = 48
  55.       Top = 80
  56.       Width = 137
  57.       Height = 17
  58.       Caption = 'Deutsch'
  59.       TabOrder = 1
  60.     end
  61.   end
  62. end
  63.